home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / wait < prev    next >
Encoding:
Text File  |  1993-10-08  |  396 b   |  8 lines

  1.        wait [ job ... ]
  2.               Wait for the specified jobs or processes.   If  job
  3.               is  not  given then all currently active child pro-
  4.               cesses are waited for.  Each job can  be  either  a
  5.               job specification or the process-id of a job in the
  6.               job table.  The exit status from  this  command  is
  7.               that of the job waited for.
  8.